C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Remove Method
The System.Object to remove.

In This Topic
Remove Method (BaseStorage<T,TMappingCollection>)
In This Topic
Removes object from the Objects collection.
Syntax
'Declaration
 
Public Overrides Sub Remove( _
   ByVal value As System.Object _
) 
 

Parameters

value
The System.Object to remove.
See Also